From: Lars Ingebrigtsen Date: Wed, 12 Jun 2019 23:12:23 +0000 (+0200) Subject: todo-mode.el compilation warning fix X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~2983 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=afa47a6dd0c931e2b712404f7b00e5942b8a2dda;p=emacs.git todo-mode.el compilation warning fix * lisp/calendar/todo-mode.el (hl-line-highlight): Declare to avoid compilation warning. --- diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el index 7169ef41aef..909f59f19c8 100644 --- a/lisp/calendar/todo-mode.el +++ b/lisp/calendar/todo-mode.el @@ -874,6 +874,7 @@ category." (todo-forward-category t)) (defvar todo-categories-buffer) +(declare-function hl-line-highlight "hl-line" ()) (defun todo-jump-to-category (&optional file where) "Prompt for a category in a todo file and jump to it.